home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / atutor.cmp / IF.ACL < prev    next >
Encoding:
Text File  |  1993-09-29  |  141 b   |  10 lines

  1. Sample If Structure
  2.  
  3. First statement.
  4. Question?
  5.     (Yes)    Statement on yes branch.
  6.     (No)    Statement on no branch.
  7. ?end
  8. Last statement.
  9.  
  10.